Class symantec.itools.db.beans.brl.adapter.editors.DerivIntroPage
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.brl.adapter.editors.DerivIntroPage

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----JComponent
                           |
                           +----JPanel
                                   |
                                   +----WizardPanel
                                           |
                                           +----symantec.itools.db.beans.brl.adapter.editors.DerivIntroPage

public class DerivIntroPage
extends WizardPanel
Introductory page for the derivation bean wizard

Version:
1.0 06/18/98
Author:
Puru Balakrishnan

Variable Index

 o actLis
 o firstTime
 o imageLabel
 o introTextArea
 o showCheckBox
 o stepsTextArea
 o textPanel
 o vcafeAttr

Constructor Index

 o symantec.itools.db.beans.brl.adapter.editors.DerivIntroPage(DerivWizardController)

Method Index

 o cancel()
 o entering()
 o exiting()
 o initControls()

Variables

 o actLis
protected java.awt.event.ActionListener actLis
 o firstTime
protected boolean firstTime
 o imageLabel
protected com.sun.java.swing.JLabel imageLabel
 o introTextArea
protected com.sun.java.swing.JTextArea introTextArea
 o showCheckBox
protected com.sun.java.swing.JCheckBox showCheckBox
 o stepsTextArea
protected com.sun.java.swing.JTextArea stepsTextArea
 o textPanel
protected com.sun.java.swing.JPanel textPanel
 o vcafeAttr
protected com.symantec.itools.vcafe.openapi.Attributes vcafeAttr

Constructors

 o DerivIntroPage
protected DerivIntroPage(DerivWizardController c)

Methods

 o cancel
public void cancel()

Overrides:
cancel in class WizardPanel
 o entering
public void entering()

Overrides:
entering in class WizardPanel
 o exiting
public boolean exiting()

Overrides:
exiting in class WizardPanel
 o initControls
protected void initControls()

All Packages  Class Hierarchy  This Package  Previous  Next  Index